func runtime.rand

19 uses

	runtime (current package)
		alg.go#L126: 		return c1 * (c0 ^ h ^ uintptr(rand())) // any kind of NaN
		alg.go#L138: 		return c1 * (c0 ^ h ^ uintptr(rand())) // any kind of NaN
		map.go#L234: 	if uint32(rand())&mask == 0 {
		map.go#L298: 	h.hash0 = uint32(rand())
		map.go#L328: 	h.hash0 = uint32(rand())
		map.go#L845: 				h.hash0 = uint32(rand())
		map.go#L907: 	r := uintptr(rand())
		map.go#L1116: 	h.hash0 = uint32(rand())
		map.go#L1796: 	r := int(rand())
		map.go#L1859: 	r := int(rand())
		map_fast32.go#L380: 				h.hash0 = uint32(rand())
		map_fast64.go#L384: 				h.hash0 = uint32(rand())
		map_faststr.go#L399: 				h.hash0 = uint32(rand())
		rand.go#L121: 	return uint32(rand())
		rand.go#L129: func rand() uint64 {
		rand.go#L159: 	mp.cheaprand = rand()
		rand.go#L169: 	return uint32((uint64(uint32(rand())) * uint64(n)) >> 32)
		rand.go#L269: 	return uint32(rand())
		rand.go#L279: 	return rand()